TechnologyDocusaurus IntroductionTutorial - BasicsDeploy your siteこのページの見出しDeploy your site Docusaurus is a static-site-generator (also called Jamstack). It builds your site as simple static HTML, JavaScript and CSS files. Build your site Build your site for production: npm run build The static files are generated in the build folder. Deploy your site